From: Geoff Voelker Date: Wed, 3 Sep 1997 00:19:25 +0000 (+0000) Subject: (getpid): Delete function. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79381 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=16f49a88c2c47ff9ae7dad792821303f3967c2b1;p=emacs.git (getpid): Delete function. --- diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c index d5f6177f4a2..678d969c04f 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c @@ -49,12 +49,6 @@ getwd (char *dir) return NULL; } -int -getpid () -{ - return _getpid (); -} - static HANDLE getppid_parent; static int getppid_ppid;